home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 23 / AACD 23.iso / AACD / Online / opennap / Makefile_mkpass < prev    next >
Makefile  |  2001-06-08  |  1KB  |  80 lines

  1. # This Makefile has been generated automatically
  2. # by GccOpts 1.3 (Rodrigo Reyes 1995) and is designed
  3. # to be used with GCC
  4. #
  5. # GccOpts is free software for Amiga.
  6. #
  7. # To compile, just type 'make' in your shell environment.
  8. #
  9.  
  10.  
  11. ##
  12. ## Please do NOT edit this file
  13. ##
  14.  
  15. #OUTP mkpass
  16. #CPU: 1
  17. #VER: 1.3
  18. #FPU: 0
  19. #OLV: 2
  20. #LNK: 0
  21. #PRJ: mkpass.c md5.c debug.c 
  22. #PRJ: util.c 
  23. #OPT: /0000/0000/00/000000000000000000/0000000/00000000000000000000000000000000000
  24.  
  25. .PHONY : all
  26. .PHONY : clean
  27.  
  28. # System configuration
  29. SHELL = gnu:bin/sh
  30.  
  31. # System environment
  32. CC = gcc
  33.  
  34. CODEGEN = -m68020 
  35.  
  36. OPTIMIZATION = -O2
  37.  
  38. OPTIONS = 
  39.  
  40. CFLAGS = $(CODEGEN) $(OPTIMIZATION) $(OPTIONS)
  41.  
  42.  
  43.  
  44. LIB = 
  45.  
  46. OBJ = mkpass.o md5.o debug.o \
  47.     util.o 
  48.  
  49. ARCHIVE = 
  50.  
  51. mkpass: $(OBJ)
  52.     $(CC) $(CFLAGS) -o $@ $^ $(ARCHIVE) $(LIB)
  53.  
  54. all: clean mkpass
  55.  
  56. clean:
  57.     rm -f mkpass.o md5.o debug.o util.o mkpass
  58.  
  59.  
  60. mkpass.o: mkpass.c opennap.h zlib.h   \
  61.     hash.h list.h debug.h 
  62.  
  63.     $(CC) $(CFLAGS) $(INCL) -c mkpass.c
  64.  
  65. md5.o: md5.c md5.h 
  66.  
  67.     $(CC) $(CFLAGS) $(INCL) -c md5.c
  68.  
  69. debug.o: debug.c debug.h 
  70.  
  71.     $(CC) $(CFLAGS) $(INCL) -c debug.c
  72.  
  73. util.o: util.c md5.h opennap.h   \
  74.     zlib.h hash.h list.h   \
  75.     debug.h 
  76.  
  77.     $(CC) $(CFLAGS) $(INCL) -c util.c
  78.  
  79. #END OF FILE#
  80.